AHardwareBuffer_Planes

Holds all image planes that contain the pixel data.

extern (C) nothrow @nogc
struct AHardwareBuffer_Planes {}

Members

Variables

planeCount
uint planeCount;

< Number of distinct planes

planes
AHardwareBuffer_Plane[4] planes;

< Array of image planes

Meta